home *** CD-ROM | disk | FTP | other *** search
-
- // gfxsys.cpp
- //
- // Copyright (c) 1995 by Toshiaki Tsuji, all rights reserved.
-
- #include "stdgfx.h"
- #include "gfxsys.h"
-
- SYSTEMTOOL::SYSTEMTOOL () : MYOBJECT ()
- {
- } // End of Constructor for SYSTEMTOOL
-
- SYSTEMTOOL::~SYSTEMTOOL ()
- {
- } // End of Destructor for SYSTEMTOOL
-